body{
    background: url('/themes/pc/skin/img/bg1.jpg') no-repeat 100% 100%;
    width:100%;
}

.core{
    width:100%;
    min-height:1100px;
}

.core_content{
    width:1100px;
    margin:50px auto;
    /* border:1px solid #123456; */
    display: flex;
}

.core_left{
    width:20%;
    height:100%;
}

.core_left_title{
    font-size:28px;
    font-weight: 800;
    color:rgb(255,113,13);
    text-align: center;
    padding:10px 0;
    /* border-bottom: 1px solid #666; */
    display: none;
}

.core_type{
    display: flex;
    flex-direction: column;
    width:100%;
    text-align: center;
    align-items: center;
    font-size:18px;
    margin-top: 100px;
    font-weight: 800;
    border: 1px solid #ccc;
}

.core_aside{
    display: inline-block;
    width:100%;
    padding:16px 0;
    color:#333;
    /* margin-bottom: 30px; */
}
.core_aside:hover{
  background: #ab0d0d;
    color: #f0f0f0;
}

.core_right{
    width:80%;
    /* border-left:1px solid #654321; */
    padding-bottom:50px;
}

.core_right_title{
    padding:10px 0;
    font-size:26px;
    text-align: center;
    font-weight: bold;
}

.core_self_section{
    box-sizing: border-box;
    width:100%;
    padding:10px 16px;
    margin-left: 50px;
    margin-top: 26px;
}

.core_self_article{
    display: flex;
    align-items: center;
    margin-top:20px;
    /* height:45px; */
    font-size:18px;
}

.core_self_left{
    display: inline-block;
    width:150px;
}

.core_self_article>input{
    box-sizing: border-box;
    /* padding:5px 10px; */
    height:100%;
    width:300px;
    background:rgba(0,0,0,0);
    border:1px solid #ccc;

    padding: 0 10px;
    background: transparent;
    display: inline-block;
    width: 500px;
    border-radius: 5px;
    /* margin: 5px 0 10px; */
    height: 45px;
    font-size: 20px;
}

.core_self_article .upload{
    width:80px;
    margin-left:20px;
    height:30px;
    /* padding:0; */
    background:#ab0d0d;
    color:#fff;
    font-size:14px;
    border-radius: 8px;
    font-size: 16px;
    height: 30px;
    padding: 0 20px;
    /* background: rgba(195,155,155,0.2); */
    border: none;
    /* background-color: #ab0d0d; */
    /* color: white; */
    /* border-radius: 8px; */
}

.core_self_article>.icon-picture-o{
    width:80px;
    margin-left:20px;
    height:30px;
    padding:0;
    background:#fff;
    /* border:1px solid #ab0d0d; */
    /* color:#ab0d0d; */
    /* font-size:14px; */
    /* border-radius: 8px; */

    font-size: 16px;
    background: transparent;
    border: 1px solid #ab0d0d;
    color: #ab0d0d;
    border-radius: 8px;
    line-height: 30px;
    text-align: center;
}

.core_buyData,.core_buyRecore{
    /* border-bottom:1px solid red; */
    display: flex;
    /* padding:10px; */
    /* margin-top:40px; */
    font-size: 18px;
    /* height:30px; */
    /* line-height: 30px; */
    justify-content: space-between;
    margin-left: 50px;
    border: 1px solid #ccc;
    height: 60px;
    line-height: 60px;
    /* margin: 0; */
    padding: 0 20px;
    /* display: inline-block; */
}
.core_buyData{
  margin-top: 0;
}

.core_money{
    white-space: nowrap;
    color:#ab0d0d;
    font-size:20px;
}

.core_hide{
    display: none;
}

.core_active{
    
    background:#ab0d0d;
    color: #f0f0f0;
}

.core_submit{
    text-align: center;
    margin-top:20px;
}

.core_submit input{
    padding:5px 55px;
    border:none;
    background: #ab0d0d;
    border-radius: 8px;
    color: #fff;
    font-size:16px;
}
.coreblock{
  height: 40px;
  width: 100%;
}
.downloadRe{
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ab0d0d;
}
.top-title{
  position: relative;
}
input[type="radio"]{
  position: relative;
  -webkit-appearance: none;
  vertical-align:middle;
  background:#fff;
  border:#999 solid 1px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
input[type=radio]:checked {
  -webkit-appearance: none;
  /* background: #ab0d0d; */
  box-sizing: border-box;
  /* border: 5px solid #ab0d0d; */
}
input[type=radio]:checked + span.icon.icon-check{
  width: 10px;
  height: 10px;
  /* border: 1px solid black; */
  border-radius: 50%;
  position: absolute;
  right: 5px;
  background: #ab0d0d;
}
.coreBuyMeans{
  margin-left: 50px;
}
.coreBuyMeanTitle{
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
.coreBuyMeanContent{
  line-height: 1.5;
  font-size: 16px;
}
.coreBuyMeanContent img{
  max-width: 100%;
}
.coreBuyNow{
  margin-top: 50px;
  text-align: center;
}
.coreBuyButton{
  margin: 0 auto;
    padding: 0;
    background-color: #ab0d0d;
    color: white;
    font-size: 20px;
    line-height: 44px;
    width: 154px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
#goback{
  color: #ab0d0d;
  background-color: transparent;
  border: 1px solid #ab0d0d;
  margin-right: 20px;
}
.coreBuyPrise{
  margin-top: 30px;
  color: #ab0d0d;
  font-size: 20px;
}
.core_self_section .placard_right{
  width: 690px;
}
.core_self_section .auction_pictrue{
  padding-top: 0;
}